From 3e7b28dbc5571072b0c18f6cfb7aa5f14d78b750 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 17 Feb 2009 18:11:03 +0000 Subject: [PATCH] (set-rmail-inbox-list): Doc fix. --- lisp/mail/rmailmsc.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el index 5ea18486171..0345e720f5f 100644 --- a/lisp/mail/rmailmsc.el +++ b/lisp/mail/rmailmsc.el @@ -31,7 +31,9 @@ (defun set-rmail-inbox-list (file-name) "Set the inbox list of the current RMAIL file to FILE-NAME. You can specify one file name, or several names separated by commas. -If FILE-NAME is empty, remove any existing inbox list." +If FILE-NAME is empty, remove any existing inbox list. + +This applies only to the current session." (interactive "sSet mailbox list to (comma-separated list of filenames): ") (unless (eq major-mode 'rmail-mode) (error "set-rmail-inbox-list works only for an Rmail file")) -- 2.30.2